home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / apache_stop.bat < prev    next >
DOS Batch File  |  2004-08-15  |  128b  |  7 lines

  1. @echo off
  2. apache\bin\pv -f -k apache.exe -q
  3. if not exist apache\logs\httpd.pid GOTO exit
  4. del apache\logs\httpd.pid
  5.  
  6. :exit
  7.